Interface DHCPServerMainProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
DHCPServerMainProcessImpl

public interface DHCPServerMainProcess extends Process
Information provided by the PKI file:

    \class DhcpServerMainProcess
    
    \brief DhcpServerMainProcess is the process manager that handles many DHCP server processes.
    
Author:
Auto-generated
  • Method Details

    • getDhcpServerProcessByPortName

      DHCPServerProcess getDhcpServerProcessByPortName(String portName)
      Information provided by the PKI file:
      
          \brief Returns the DhcpServerProcess object of the specified port.
          
          \param portName, the name of the port of interest.
          
          \return DhcpServerProcess, the DHCP server process object of the specified port.
          
              
      Parameters:
      portName - Takes in a parameter of portName
      Returns:
      DHCPServerProcess Returns a DHCPServerProcess